home *** CD-ROM | disk | FTP | other *** search
- /* style sheet for INSIGMA demos */
-
- body {
- background-color: #000032;
- color: #ffffff;
- background-attachment: fixed;
- }
-
- .maintext {
- font: 200 10pt/12pt verdana, helvetica, sans-serif;
- color: #ffffff;
- }
-
- .brand {
- font-weight: 800;
- color: silver;
- }
-
- .copy {
- background-color: #000032;
- font-size: 7pt;
- font-weight: 100;
- font-family: arial, helvetica, sans-serif;
- }
-
- .biglink {
- font-weight: 500;
- font-size: 16pt;
- line-height: 20pt;
- font-family: verdana, helvetica, sans-serif;
- }
-
- a:link {
- text-decoration: none;
- color: #ff4f00;
- font-weight: 500;
- }
-
- a:hover {
- text-decoration: none;
- color: #ffc800;
- font-weight: 500;
- }
-
- a:active {
- text-decoration: none;
- color: #ffc800;
- font-weight: 500;
- }
-
- a:visited {
- text-decoration: none;
- color: #ffffb2;
- font-weight: 500;
- }
-
- .create {
- color: #ff4f00;
- }
-
-
-
-
-
-
-
-
-
-
-
-